Visual Basic (Declaration) | |
---|---|
Public Overloads Function TryRemove( _ ByVal key As TKey, _ ByVal fnCondition As CSharpTest.Net.Collections.KeyValuePredicate(Of TKey,TValue) _ ) As Boolean |
C# | |
---|---|
public bool TryRemove( TKey key, CSharpTest.Net.Collections.KeyValuePredicate<TKey,TValue> fnCondition ) |
Parameters
- key
- fnCondition
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
SynchronizedDictionary<TKey,TValue> ClassSynchronizedDictionary<TKey,TValue> Members
Overload List
KeyValuePredicate